home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / ProcessSetPriority.au3 < prev    next >
Text File  |  2007-09-08  |  105b  |  5 lines

  1. Run("Notepad.exe")
  2. ProcessSetPriority("notepad.exe", 0)
  3. ; Notepad should now have Idle/Low priority
  4.  
  5.